program_directory


描述

这将返回存储游戏可执行文件的目录。 However this may not always be useful, particularly as some devices run the exe from a *.zip file, so this would return the same no matter where the game is actually running from.

警告! 由于 GameMaker Studio 2 被沙箱化,这些函数可能无法正常工作!有关详细信息,请参阅 文件系统限制 部分。


语法:

program_directory


返回:

String(字符串)


例如:

dir = program_directory;

这将获取存储在 program_directory 中的可执行文件目录并储存在变量 “dir” 中。